From d1b5e796b314e5501e977e63dcad3c1bb25f2e59 Mon Sep 17 00:00:00 2001 From: GNU Libc Maintainers Date: Sun, 1 Mar 2026 21:10:06 +0100 Subject: [PATCH] local-fhs-linux-paths # DP: Description: Correct linux paths for FHS # DP: Author: Unknown # DP: Upstream status: Debian-Specific # DP: Status Details: GNU doesn't follow the FHS. # DP: Date: Unknown # DP: Description: Correct linux paths for FHS # DP: Author: Unknown # DP: Upstream status: Debian-Specific # DP: Status Details: GNU doesn't follow the FHS. # DP: Date: Unknown Gbp-Pq: Topic any Gbp-Pq: Name local-fhs-linux-paths.diff --- sysdeps/generic/paths.h | 2 +- sysdeps/unix/sysv/linux/paths.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sysdeps/generic/paths.h b/sysdeps/generic/paths.h index 6b8f44042..4e641c97a 100644 --- a/sysdeps/generic/paths.h +++ b/sysdeps/generic/paths.h @@ -68,7 +68,7 @@ /* Provide trailing slash, since mostly used for building pathnames. */ #define _PATH_DEV "/dev/" #define _PATH_TMP "/tmp/" -#define _PATH_VARDB "/var/db/" +#define _PATH_VARDB "/var/lib/misc/" #define _PATH_VARRUN "/var/run/" #define _PATH_VARTMP "/var/tmp/" diff --git a/sysdeps/unix/sysv/linux/paths.h b/sysdeps/unix/sysv/linux/paths.h index 1342ab3a9..c764e208b 100644 --- a/sysdeps/unix/sysv/linux/paths.h +++ b/sysdeps/unix/sysv/linux/paths.h @@ -68,7 +68,7 @@ /* Provide trailing slash, since mostly used for building pathnames. */ #define _PATH_DEV "/dev/" #define _PATH_TMP "/tmp/" -#define _PATH_VARDB "/var/db/" +#define _PATH_VARDB "/var/lib/misc/" #define _PATH_VARRUN "/var/run/" #define _PATH_VARTMP "/var/tmp/" -- 2.30.2